From: Jan D Date: Sat, 31 Jul 2010 17:21:16 +0000 (+0200) Subject: * faces.el (face-all-attributes): Improved documentation (Bug#6767). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~7095 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=fd91b52637514b4afdb6e8dbecd08daca01ad96e;p=emacs.git * faces.el (face-all-attributes): Improved documentation (Bug#6767). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cb822ff8df7..bb7a52d43fd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-07-31 Jan Djärv + + * faces.el (face-all-attributes): Improved documentation (Bug#6767). + 2010-07-31 Eli Zaretskii * files.el (bidi-paragraph-direction): Define safe local values. diff --git a/lisp/faces.el b/lisp/faces.el index 83c7c8b2a0f..b7c238e14f3 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -376,7 +376,7 @@ FRAME nil or not specified means do it for all frames." (defun face-all-attributes (face &optional frame) "Return an alist stating the attributes of FACE. Each element of the result has the form (ATTR-NAME . ATTR-VALUE). -Normally the value describes the default attributes, +If FRAME is omitted or nil the value describes the default attributes, but if you specify FRAME, the value describes the attributes of FACE on FRAME." (mapcar (lambda (pair)